Richard M. Stallman [Thu, 6 Feb 1997 09:13:29 +0000 (09:13 +0000)]
(Feval_buffer): Doc fix.
Erik Naggum [Wed, 5 Feb 1997 01:33:07 +0000 (01:33 +0000)]
(edmacro-parse-keys): Remove redundant test for ?.
Erik Naggum [Wed, 5 Feb 1997 01:32:44 +0000 (01:32 +0000)]
(file-relative-name): Protect the match-data.
Noah Friedman [Tue, 4 Feb 1997 18:21:29 +0000 (18:21 +0000)]
(eldoc-display-message-p): New function.
Return nil if cursor-in-echo-area, or using idle timers and a command
is still active.
(eldoc-print-current-symbol-info): Use eldoc-display-message-p.
Richard M. Stallman [Tue, 4 Feb 1997 17:42:19 +0000 (17:42 +0000)]
(Man-init-defvars): Fix case in a char set range.
Eli Zaretskii [Mon, 3 Feb 1997 18:02:26 +0000 (18:02 +0000)]
(Man-build-man-command): When async processes aren't
supported, don't redirect stderr via the shell.
(Man-getpage-in-background, Man-bgproc-sentinel): Support for
systems where async processes don't work.
Richard M. Stallman [Mon, 3 Feb 1997 09:45:27 +0000 (09:45 +0000)]
(dired-rename-file): Pass new arg to set-visited-file-name.
Richard M. Stallman [Mon, 3 Feb 1997 09:42:56 +0000 (09:42 +0000)]
(set-visited-file-name): New arg ALONG-WITH-FILE.
Richard M. Stallman [Mon, 3 Feb 1997 06:55:50 +0000 (06:55 +0000)]
(rmail-ignored-headers): Add Delivered-to: header.
Noah Friedman [Mon, 3 Feb 1997 06:13:34 +0000 (06:13 +0000)]
Update copyright notice to reflect assignment to FSF and incorporation
into Emacs.
Attempt to load `timer'.
(eldoc-idle-delay): Make defconst.
(eldoc-minor-mode-string): Make defconst.
(eldoc-argument-case): Make defconst.
(eldoc-message-commands): Renamed from eldoc-mode-message-commands.
All callers changed.
Add `mouse-set-point' as a default candidate.
(eldoc-use-idle-timer-p): New constant.
(eldoc-timer): New variable.
(eldoc-current-idle-delay): New variable.
(eldoc-schedule-timer): New function.
(eldoc-mode): Use idle timers if supported.
(eldoc-add-command): Provide completion on interactive commands only, not
all bound functions.
(eldoc-print-current-symbol-info): Renamed from
eldoc-mode-print-current-symbol-info. All callers changed.
Check whether using idle timers or being run from post-command hooks.
Use `executing-kbd-macro' instead of `executing-macro'.
(eldoc-print-fnsym-args): Don't make interactive.
Cache current symbol name in eldoc-last-data; it was forgetting to do this
previously.
If subr args cannot be determined, show single-line docstring for it instead.
(eldoc-docstring-message): New function.
(eldoc-print-docstring): New function.
(eldoc-print-var-docstring): Use them.
(eldoc-function-argstring-from-docstring-method-table): New constant.
(eldoc-function-argstring-from-docstring): Use it.
Richard M. Stallman [Mon, 3 Feb 1997 02:51:09 +0000 (02:51 +0000)]
(main): Don't extend stack limit too far.
Eli Zaretskii [Sun, 2 Feb 1997 15:41:27 +0000 (15:41 +0000)]
dos_rawgetc: When international keyboard doesn't have
to be supported, recognize Alt-key combinations even if the Alt
key is no longer pressed.
Richard M. Stallman [Sun, 2 Feb 1997 09:51:09 +0000 (09:51 +0000)]
(Vx_resource_class): New variable.
(syms_of_xfns): Set up Lisp variable.
(Fx_get_resource, x_window): Use Vx_resource_class.
(validate_x_resource_name): Ensure Vx_resource_class is a string.
Richard M. Stallman [Sun, 2 Feb 1997 02:04:11 +0000 (02:04 +0000)]
Delete the Spell-emulator task.
Richard M. Stallman [Sun, 2 Feb 1997 02:03:41 +0000 (02:03 +0000)]
Undo lastupdate change.
Richard M. Stallman [Sun, 2 Feb 1997 01:53:27 +0000 (01:53 +0000)]
(set-frame-font): Renamed from set-default-font,
Paul Eggert [Sun, 2 Feb 1997 01:50:06 +0000 (01:50 +0000)]
automatically generated from GPLed version
Richard M. Stallman [Sat, 1 Feb 1997 20:26:01 +0000 (20:26 +0000)]
(dirtrack-debug-message): Put output at end of buffer.
(dirtrack): Check that directory exists before trying to cd to it.
Go to point-max (not comint-last-output-start) before looking for
the prompt.
Richard M. Stallman [Sat, 1 Feb 1997 20:02:16 +0000 (20:02 +0000)]
(dired-guess-shell-alist-default): Make .eps
extension act like .ps extension.
Richard M. Stallman [Sat, 1 Feb 1997 19:14:49 +0000 (19:14 +0000)]
(rmail-reply): Concatenate all the References headers.
Richard M. Stallman [Sat, 1 Feb 1997 02:19:14 +0000 (02:19 +0000)]
(set-fill-column): Print the old value too.
Richard M. Stallman [Sat, 1 Feb 1997 01:39:11 +0000 (01:39 +0000)]
Whitespace change.
Richard M. Stallman [Fri, 31 Jan 1997 20:44:12 +0000 (20:44 +0000)]
(sendmail-user-agent): Insert all the OTHER-HEADERS.
Boris Goldowsky [Fri, 31 Jan 1997 19:53:54 +0000 (19:53 +0000)]
Fix bug that caused crash on certain tags with parameters
Richard M. Stallman [Fri, 31 Jan 1997 09:35:39 +0000 (09:35 +0000)]
(rmail-reply): Copy all the References: headers
from the original message.
Richard M. Stallman [Fri, 31 Jan 1997 09:34:45 +0000 (09:34 +0000)]
(mail-fetch-field): New arg LIST.
Richard M. Stallman [Fri, 31 Jan 1997 07:48:16 +0000 (07:48 +0000)]
(edmacro-parse-keys): Don't treat C-. or C-? as ASCII control char.
Richard M. Stallman [Fri, 31 Jan 1997 06:17:06 +0000 (06:17 +0000)]
(compilation-enter-directory-regexp)
(compilation-leave-directory-regexp): Add .* at beginning.
Richard M. Stallman [Thu, 30 Jan 1997 22:17:33 +0000 (22:17 +0000)]
(ps-print-header): Doc fix.
Richard M. Stallman [Tue, 28 Jan 1997 22:22:10 +0000 (22:22 +0000)]
(load-save-place-alist-from-file): Delete spurious t's.
Noah Friedman [Tue, 28 Jan 1997 18:38:51 +0000 (18:38 +0000)]
Spelling corrections.
Removed a couple of redundant entries.
Richard M. Stallman [Tue, 28 Jan 1997 05:04:25 +0000 (05:04 +0000)]
(compilation-error-regexp-alist): Undo 1/21 change.
In the GNU message with program name alternative,
allow digits in the program name after the first character.
Paul Eggert [Tue, 28 Jan 1997 04:51:45 +0000 (04:51 +0000)]
(isnan): Define even if LISP_FLOAT_TYPE is not defined, since fmod
might need it.
(fmod): Ensure that the magnitude of the result does not exceed that
of the divisor, and that the sign of the result does not disagree with
that of the dividend. This does not yield a
particularly accurate result, but at least it will be in the
range promised by fmod.
Richard M. Stallman [Mon, 27 Jan 1997 22:55:04 +0000 (22:55 +0000)]
(comint-exec-1): Use file-accessible-directory-p.
Paul Eggert [Mon, 27 Jan 1997 20:12:52 +0000 (20:12 +0000)]
Include <float.h> if STDC_HEADERS.
(DBL_MAX_10_EXP): Define if not defined; default is IEEE double.
(doprnt1): Allocate enough buffer space to handle very large floating
point numbers, or very large field widths or precisions.
Detect overflow in field widths or precisions.
Richard M. Stallman [Mon, 27 Jan 1997 05:23:31 +0000 (05:23 +0000)]
(timezone-parse-date): Treat unknown month name
like any other unrecognized format.
Richard M. Stallman [Mon, 27 Jan 1997 02:40:13 +0000 (02:40 +0000)]
(byte-compile-inline-expand): Recalculate fn
after loading a file to define the function.
Richard M. Stallman [Mon, 27 Jan 1997 02:40:00 +0000 (02:40 +0000)]
(jka-compr-error): Use with-current-buffer.
(jka-compr-call-process, jka-compr-file-local-copy)
(jka-compr-write-region): Use with-current-buffer.
Karl Heuer [Mon, 27 Jan 1997 01:48:25 +0000 (01:48 +0000)]
Check for rint and cbrt.
Karl Heuer [Mon, 27 Jan 1997 01:47:08 +0000 (01:47 +0000)]
(HAVE_RINT, HAVE_CBRT): Add undefs.
Richard M. Stallman [Mon, 27 Jan 1997 00:48:16 +0000 (00:48 +0000)]
(openp): Handle remote file names in path.
Don't use the path for an absolute name.
(Fload): Handle openp finding a remote file name.
(Qinhibit_file_name_operation): New variable.
(syms_of_lread): Initialize and staticpro.
(Fload): Bind inhibit-file-name-operation to nil.
Joel N. Weber II [Mon, 27 Jan 1997 00:04:28 +0000 (00:04 +0000)]
use tasks.version
Richard M. Stallman [Sun, 26 Jan 1997 07:58:57 +0000 (07:58 +0000)]
Minor changes.
Richard M. Stallman [Sun, 26 Jan 1997 06:57:00 +0000 (06:57 +0000)]
Document how insert-before-markers affects overlays.
Richard M. Stallman [Sun, 26 Jan 1997 05:14:27 +0000 (05:14 +0000)]
(ange-ftp-get-process): Call delete-process.
Richard M. Stallman [Sat, 25 Jan 1997 20:21:03 +0000 (20:21 +0000)]
(news-post-news): New arg NOQUERY.
Richard M. Stallman [Sat, 25 Jan 1997 20:19:30 +0000 (20:19 +0000)]
(set_internal): New subroutine. New arg BINDFLAG.
Don't make a new buffer-local binding if BINDFLAG is 0.
(Fset): Use set_internal.
Richard M. Stallman [Sat, 25 Jan 1997 20:19:07 +0000 (20:19 +0000)]
(unbind_to, specbind): Use set_internal.
Karl Heuer [Sat, 25 Jan 1997 09:50:25 +0000 (09:50 +0000)]
[!HAVE_RINT] (rint): Convert macro to an actual
function, so we can take its address.
Karl Heuer [Sat, 25 Jan 1997 06:47:28 +0000 (06:47 +0000)]
(rmail-get-new-mail): Fix return value to match doc.
Richard M. Stallman [Fri, 24 Jan 1997 09:31:32 +0000 (09:31 +0000)]
(try_window): Remove frobnication of tab_offset in a minibuffer window.
(display_text_line): Likewise, for the taboffset parameter.
Richard M. Stallman [Fri, 24 Jan 1997 09:31:18 +0000 (09:31 +0000)]
(pos_tab_offset): Take the width of the minibuffer prompt into account.
(vmotion): In calls to compute_motion use a value for tab_offset
that is corrected by the minibuffer prompt width.
Richard M. Stallman [Fri, 24 Jan 1997 05:47:12 +0000 (05:47 +0000)]
(read1): Round size of bool-vector properly.
Richard M. Stallman [Fri, 24 Jan 1997 03:51:57 +0000 (03:51 +0000)]
(completion-no-auto-exit): New variable.
(choose-completion-string): Obey compilation-error-regexp-alist.
Richard M. Stallman [Thu, 23 Jan 1997 21:49:59 +0000 (21:49 +0000)]
(compilation-parse-errors): Use looking-at on each line.
(compilation-error-regexp-alist): Change these regexps
so that they assume matching only at start of line.
Delete \n at beginning; otherwise add `.*'.
Richard M. Stallman [Thu, 23 Jan 1997 06:25:22 +0000 (06:25 +0000)]
(tmm-get-keymap): Recognize explicit lambda expressions as valid.
Paul Eggert [Thu, 23 Jan 1997 04:23:12 +0000 (04:23 +0000)]
automatically generated from GPLed version
Richard M. Stallman [Wed, 22 Jan 1997 08:02:25 +0000 (08:02 +0000)]
(compilation-error-regexp-alist):
In MIPS lint and Sun Ada regexps, reject newline in some
[^...] constructs. Require newline at start in MIPS lint.
Paul Eggert [Wed, 22 Jan 1997 05:25:31 +0000 (05:25 +0000)]
automatically generated from GPLed version
Paul Eggert [Wed, 22 Jan 1997 02:56:37 +0000 (02:56 +0000)]
(set_time_zone_rule_tz1, set_time_zone_rule_tz2):
Put "+" in value; needed if we are a Solaris 1 executable
running under Solaris 2.
Define these variables only if LOCALTIME_CACHE is defined.
Richard M. Stallman [Wed, 22 Jan 1997 02:04:17 +0000 (02:04 +0000)]
(enriched-translations): Add top' and choice' everywhere so that *
can be entered.
(custom-face-attributes): Don't use top-line'.
(mode-line-format): Replace (:eval mode-line-mode-name)'.
(mode-line-mode-name): New.
(make-mode-line-mouse-sensitive): Don't change default value
of x' are found before files starting with down_p'.
Richard M. Stallman [Tue, 21 Jan 1997 23:17:12 +0000 (23:17 +0000)]
(ange-ftp-load): If fail, return nil.
Eli Zaretskii [Tue, 21 Jan 1997 17:41:30 +0000 (17:41 +0000)]
(run_msdos_command): Remove unused variables.
(crlf_to_lf): Remove unused variables.
(Fmsdos_downcase_filename): Remove unused variable.
(IT_set_frame_parameters): Declare prototypes for external functions.
(IT_set_frame_parameters): Correct format specifier.
(IT_set_terminal_modes): Remove unused variable.
(top level): Add header files which declare used functions.
Richard M. Stallman [Tue, 21 Jan 1997 09:27:59 +0000 (09:27 +0000)]
(html-mode): Locally set sentence-end.
Richard M. Stallman [Tue, 21 Jan 1997 05:38:46 +0000 (05:38 +0000)]
(FAST_MAKE_GLYPH): Rename args to CHAR and FACE.
Cast CHAR to unsigned char before using it.
Richard M. Stallman [Tue, 21 Jan 1997 05:26:30 +0000 (05:26 +0000)]
(stamp-oldxmenu): New target.
(temacs): Depend on stamp-oldxmenu, not on ${OLDXMENU}.
Richard M. Stallman [Tue, 21 Jan 1997 04:43:45 +0000 (04:43 +0000)]
Delete explicit autoload calls.
Provide octave-mod.
Move the variables formerly in octave.el
to the top of the file.
Richard M. Stallman [Tue, 21 Jan 1997 01:55:08 +0000 (01:55 +0000)]
(movemail)): Link with getopt.
Richard M. Stallman [Tue, 21 Jan 1997 01:54:39 +0000 (01:54 +0000)]
(main): Do not display "[POP-password]" in the usage
message when movemail is compiled without POP support.
(main, popmail): Add the optional "-p" argument, which causes
movemail to leave mail in the inbox after copying it into the
output file.
Richard M. Stallman [Tue, 21 Jan 1997 01:51:46 +0000 (01:51 +0000)]
(rmail-preserve-inbox): New variable.
(rmail-get-new-mail): If rmail-preserve-inbox is non-nil, then
don't truncate the inboxes after retrieving mail from them.
Richard M. Stallman [Tue, 21 Jan 1997 01:16:10 +0000 (01:16 +0000)]
(smtpmail-read-response): Don't get confused by %'s in response-string.
Richard M. Stallman [Tue, 21 Jan 1997 00:40:35 +0000 (00:40 +0000)]
Whitespace change.
Richard M. Stallman [Tue, 21 Jan 1997 00:40:19 +0000 (00:40 +0000)]
Merge in octave.el; don't require octave.el.
Don't require octave-inf.el.
(octave-mode): Delete the startup message.
(octave-maintainer-address): Add bug-gnu-emacs.
(octave-version): Variable deleted.
(octave-submit-bug-report): Use emacs-version.
Richard M. Stallman [Tue, 21 Jan 1997 00:37:59 +0000 (00:37 +0000)]
Require octave-mod, not octave.
Richard M. Stallman [Tue, 21 Jan 1997 00:35:48 +0000 (00:35 +0000)]
Initial revision
Richard M. Stallman [Tue, 21 Jan 1997 00:30:23 +0000 (00:30 +0000)]
(octave-mode): Delete the startup message.
Richard M. Stallman [Tue, 21 Jan 1997 00:29:57 +0000 (00:29 +0000)]
Initial revision
Richard M. Stallman [Mon, 20 Jan 1997 23:23:17 +0000 (23:23 +0000)]
(timezone-parse-date): Handle 1-digit year.
Paul Eggert [Mon, 20 Jan 1997 09:03:05 +0000 (09:03 +0000)]
--help, --version: New options, for conformance to GNU coding standards.
(Copyright, Help, Id): New variables, for above.
(rlog): Use -q option with cvs log, to avoid useless chatter.
Treat logs of "Initial revision" (RCS) or "file F was initially added
on branch B." (CVS) as if they said "New file.", for consistency with
change log entries.
Richard M. Stallman [Mon, 20 Jan 1997 08:08:13 +0000 (08:08 +0000)]
(dumpglyphs): Declare g as GLYPH.
Richard M. Stallman [Mon, 20 Jan 1997 07:30:40 +0000 (07:30 +0000)]
Include maillock.h (conditionally).
Remove a redundant inclusion of <stdio.h>.
(MAIL_USE_MAILLOCK): New macro, conditionally defined.
(main): Add variable spool_name.
Support the usage of maillock and mailunlock to
lock and unlock mailboxes.
(mail_spool_name): New function.
Richard M. Stallman [Mon, 20 Jan 1997 02:22:25 +0000 (02:22 +0000)]
(init_display): Use `fatal'.
Richard M. Stallman [Mon, 20 Jan 1997 02:21:33 +0000 (02:21 +0000)]
(Fsignal): Call fatal if no error handlers and no catch.
Richard M. Stallman [Mon, 20 Jan 1997 02:21:19 +0000 (02:21 +0000)]
(fatal): Print a newline at the end.
(term_init): Calls to fatal changed.
Richard M. Stallman [Mon, 20 Jan 1997 01:56:52 +0000 (01:56 +0000)]
(print): Round size of bool-vector properly.
Geoff Voelker [Mon, 20 Jan 1997 01:52:48 +0000 (01:52 +0000)]
Rebuild Vsystem_configuration at startup.
Richard M. Stallman [Mon, 20 Jan 1997 01:21:07 +0000 (01:21 +0000)]
(init_display): Check for overflow in screen size.
Geoff Voelker [Mon, 20 Jan 1997 01:10:38 +0000 (01:10 +0000)]
Update include conditionals to use new name.
Geoff Voelker [Mon, 20 Jan 1997 01:07:48 +0000 (01:07 +0000)]
Change uses of win32 to w32.
Geoff Voelker [Mon, 20 Jan 1997 01:00:08 +0000 (01:00 +0000)]
Use new name w32gui.h.
Geoff Voelker [Mon, 20 Jan 1997 00:58:23 +0000 (00:58 +0000)]
Use new name w32gui.h
Geoff Voelker [Mon, 20 Jan 1997 00:43:16 +0000 (00:43 +0000)]
Change all uses of win95, winnt, and win32 into Windows 95, Windows
NT, and W32, respectively.
Expand "win" substring in variables referring to Microsoft Windows
constructs into "windows".
Canonicalize header comments to use same terminology.
Geoff Voelker [Mon, 20 Jan 1997 00:39:13 +0000 (00:39 +0000)]
(term_init): Use new name initialize_w32_display.
Geoff Voelker [Mon, 20 Jan 1997 00:38:22 +0000 (00:38 +0000)]
Change all uses of win95, winnt, and win32
into Windows 95, Windows NT, and W32, respectively.
Expand "win" substring in variables referring to Microsoft Windows
constructs into "windows".
Canonicalize header comments to use same terminology.
Geoff Voelker [Mon, 20 Jan 1997 00:34:34 +0000 (00:34 +0000)]
Change all uses of win95, winnt, and win32
into Windows 95, Windows NT, and W32, respectively.
Expand "win" substring in variables referring to Microsoft Windows
constructs into "windows".
Canonicalize header comments to use same terminology.
Geoff Voelker [Mon, 20 Jan 1997 00:05:31 +0000 (00:05 +0000)]
Use windows95 and windowsnt instead
of win95 and winnt, respectively.
Richard M. Stallman [Sun, 19 Jan 1997 01:34:39 +0000 (01:34 +0000)]
(change_frame_size_1): Reject new sizes if they cause overflow.
Richard M. Stallman [Sun, 19 Jan 1997 01:28:07 +0000 (01:28 +0000)]
(skip_chars): Optimize by not calling SET_PT in the loop.
Richard M. Stallman [Sun, 19 Jan 1997 00:48:00 +0000 (00:48 +0000)]
(mantemp-insert-cxx-syntax): Recognize non-class templates.
(mantemp-make-mantemps-buffer): Simplify message.
(mantemp-make-mantemps-region): Simplify message.
Richard M. Stallman [Sun, 19 Jan 1997 00:47:24 +0000 (00:47 +0000)]
Initial revision